+Sat Jul 3 02:09:51 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width
+ and current_height to 0 when ending the embedding. (#143675,
+ Nickolay V. Shmyrev)
+
Sat Jul 3 01:48:19 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
+Sat Jul 3 02:09:51 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width
+ and current_height to 0 when ending the embedding. (#143675,
+ Nickolay V. Shmyrev)
+
Sat Jul 3 01:48:19 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
+Sat Jul 3 02:09:51 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width
+ and current_height to 0 when ending the embedding. (#143675,
+ Nickolay V. Shmyrev)
+
Sat Jul 3 01:48:19 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
+Sat Jul 3 02:09:51 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtksocket.c (gtk_socket_end_embedding): Reset current_width
+ and current_height to 0 when ending the embedding. (#143675,
+ Nickolay V. Shmyrev)
+
Sat Jul 3 01:48:19 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkentry.c (gtk_entry_move_visually): Let the cursor move
g_object_unref (socket->plug_window);
socket->plug_window = NULL;
+ socket->current_width = 0;
+ socket->current_height = 0;
private->resize_count = 0;
/* Remove from end to avoid indexes shifting. This is evil */